Explore Plans
Mobile menu Close menu
DropboxDropbox

Move file or folder

This action will move a file or a folder to new location.

Developer info

API endpoint slug
dropbox.move_file_or_folder
Filter code method
Dropbox.moveFileOrFolder.skip(string?: reason)
Runtime method
runAction("dropbox.move_file_or_folder", {})

Action fields

Original path Text input > Path to a folder

Label
Original path
Helper text
File (/IFTTT/my-file.jpeg) or Folder (/IFTTT/my-folder)
Slug
original_path
Required
true
Can have default value
true
Filter code method
Dropbox.moveFileOrFolder.setOriginalPath(string: originalPath)

Destination path Text input > Path to a folder

Label
Destination path
Helper text
File (/IFTTT/new/my-file.jpeg) or Folder (/IFTTT/new/my-folder)
Slug
destination_path
Required
true
Can have default value
true
Filter code method
Dropbox.moveFileOrFolder.setDestinationPath(string: destinationPath)